Description
Applies the mapping passed in parameter on the task document. The sourceDoc in the mapping is the input document in the workflow. The operation throws a NuxeoException if the input document is not a Task.
Operation id | Task.ApplyDocumentMapping |
Aliases | Context.ApplyMappingOnTask
|
Category | Workflow Context |
Label | Apply mapping on input task doc |
Requires | Workflow |
Since | |
Parameters
Signature
Inputs | document |
Outputs | document |
Implementation Information
JSON Definition
{
"id" : "Task.ApplyDocumentMapping",
"aliases" : [ "Context.ApplyMappingOnTask" ],
"label" : "Apply mapping on input task doc",
"category" : "Workflow Context",
"requires" : "Workflow",
"description" : "Applies the mapping passed in parameter on the task document. The sourceDoc in the mapping is the input document in the workflow. The operation throws a NuxeoException if the input document is not a Task.",
"url" : "Task.ApplyDocumentMapping",
"signature" : [ "document", "document" ],
"params" : [ {
"name" : "mappingName",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}